home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 5044 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: bavi.unice.fr!desnogue
  2. From: desnogue@bavi.unice.fr (Laurent.DESNOGUES)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Format of executable files
  5. Date: 8 Mar 1996 11:09:54 GMT
  6. Organization: University of Nice - Sophia Antipolis, France
  7. Message-ID: <4hp4i2$7a9@malibu.unice.fr>
  8. Reply-To: desnogue@aiguemarine.unice.fr
  9. NNTP-Posting-Host: bavi.unice.fr
  10. Keywords: excutable, hunks
  11.  
  12. Hello,
  13.  
  14.    I found a great disassembly program (ADis 1.3)
  15. that I'd like to port to Unix since I don't own
  16. any Amiga and would like to disassemble some 68k
  17. programs that are not Amiga ones.  In order to
  18. be able to disassemble these programs I will
  19. first convert them to executable Amiga file
  20. format and then process them with ADis.
  21.  
  22.    The only problem I have is knowing the values
  23. of the following defines:
  24.  
  25.     #define HUNK_HEADER        0x3F3
  26.     #define HUNK_OVERLAY
  27.     #define HUNK_BREAK
  28.     #define HUNK_CODE
  29.     #define HUNK_DATA
  30.     #define HUNK_BSS
  31.     #define HUNK_END
  32.     #define HUNK_RELOC32
  33.     #define HUNK_SYMBOL
  34.     #define HUNK_DREL32
  35.     #define HUNK_RELOC32SHORT
  36.  
  37. I've already found the first one but would like
  38. to know what I should put in the other defines...
  39.  
  40. Thanks,
  41.  
  42.         Laurent
  43.